home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / nicewory.swf / scripts / DefineSprite_390 / frame_53 / DoAction.as
Text File  |  2007-10-01  |  230b  |  12 lines

  1. if(_parent._parent.menu_mc.life._currentframe == 4)
  2. {
  3.    this.stop();
  4.    _parent._parent.text_mc.gotoAndStop("gameover");
  5. }
  6. else
  7. {
  8.    _parent._parent.FNspeed();
  9.    _parent.gotoAndStop(1);
  10. }
  11. _parent._parent.move = true;
  12.